home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aplicaciones Windows
/
Aplicaciones Windows.iso
/
Negocios
/
OFFCVU21.ZIP
/
OV32V2.EXE
/
0
/
RCDATA
/
TPASSWORDDLG
/
TPASSWORDDLG.txt
Wrap
Text File
|
1997-02-23
|
1KB
|
56 lines
object PasswordDlg: TPasswordDlg
Left = 294
Top = 189
ActiveControl = Password
BorderStyle = bsDialog
Caption = 'Administrative Password'
ClientHeight = 91
ClientWidth = 218
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 9
Width = 54
Height = 13
Caption = 'set at RT'
end
object Password: TEdit
Left = 8
Top = 27
Width = 201
Height = 21
MaxLength = 21
PasswordChar = '*'
TabOrder = 0
end
object OKBtn: TBitBtn
Left = 18
Top = 59
Width = 77
Height = 27
TabOrder = 1
OnClick = OKBtnClick
Kind = bkOK
Margin = 2
Spacing = -1
end
object CancelBtn: TBitBtn
Left = 120
Top = 59
Width = 77
Height = 27
TabOrder = 2
OnClick = CancelBtnClick
Kind = bkCancel
Margin = 2
Spacing = -1
end
end